home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr22 / dmbb25.zip / READ.ME < prev    next >
Text File  |  1993-04-24  |  11KB  |  246 lines

  1. (C) Daniel MONTARON 1993. Registred and copyrighted programs.
  2.                                +--------------+
  3.                                | PACKAGE LIST |
  4.                                +--------------+
  5.               All these programs are bilingual (English & French)
  6.  
  7.  ERRORL.BAT displays ERRORLEVEL and places it in an environment variable.
  8.  
  9.  BBTEST.BAT  Demo test program for DMBB. Simply key: BBTEST. DMBB program must
  10. be present in the default directory or in a path referenced directory.
  11.  
  12.  DMBB.EXE:  two programs in one. First a super sys-info. More than 250 tests :
  13. date, bios,  dos, cpu  (NEC V20,  V30, Intel  8088, 8086,  80188, 80186, 80286,
  14. 80386, 80486,  SX ou  DX...), coprocessor,  current and  boot drive,  floppies,
  15. printers, memory (conv, extented, EMS, XMS), TSR, SFT, ...
  16. Second an utility for batch programs. All the results of these 250 tests can be
  17. return onto  ERRORLEVEL, and  tested by  the IF command of batch files. You can
  18. build very efficient batch programs.
  19.                            +-----------------------+
  20.                            | USAGE AND INFORMATION |
  21.                            +-----------------------+
  22. +----------+
  23. | DMBB     |
  24. +----------+
  25.                   This program has built-in help. Simply key:
  26.                                  DMBB <RETURN>
  27.  
  28. In case of trouble, key one of the following:
  29. DMBB /ANSI    use ANSI codes (need ANSI.SYS).
  30. DMBB /NOTIBM  use bios functions.
  31. DMBB /IBM     direct RAM access.
  32. If you use LCD or plasma display:
  33. DMBB /MONO    monochrom display
  34.                             +--------------------+
  35.                             |  DOC  and  USAGE.  |
  36.                             +--------------------+
  37. +----------+
  38. | ERRORL   |  Display of ERRORLEVEL
  39. +----------+
  40.  
  41.         Usage: ERRORL
  42. This program displays the value of ERRORLEVEL and put it in ERL as environment
  43. variable.
  44. Note: Improved version due to MS-DOS 5.00 incompatibility: for x in(0, 1,... no
  45. more allowed : now a space is required between in & (.
  46.  
  47. Info: Some programs place values into ERRORLEVEL when done:
  48.        ■ FORMAT returns 0 if succesfull, 3 if abort by user, 4 if fatal
  49. error...
  50.        ■ DMBB returns into ERRORLEVEL up to 250 tests about equipment ( hard,
  51. Bios, DOS...) [Available on ask - soon downable]
  52.        ■ KEY wait a key and put its value into ERRORLEVEL.
  53.                                        
  54.                               +-----------------+
  55.                               |  BUGS  REPORTS  |
  56.                               +-----------------+
  57.  
  58.        This program runs under MS/DOS & PC/DOS version 2.xx and earlier.
  59.  
  60.                         Problems should be reported to
  61.  
  62.         Daniel MONTARON - 36, rue Eugène OUDINÉ - 75013 PARIS - FRANCE
  63.               or by Minitel : EDTA 33.1.45.86.18.08. Mail:TELSAT
  64.                              CompuServe 100066,165
  65.  
  66.                Yours suggestions for improvements are welcomed.
  67.           For other purposes, only registered users will be answered.
  68.  
  69.                                +--------------+
  70.                                | REGISTRATION |
  71.                                +--------------+
  72.        This program is a Shareware (20$). If you find it convenient and
  73.      If you want to receive informations about new releases or new product
  74.                               Please register to:
  75.  
  76.         Daniel MONTARON - 36, rue Eugène OUDINÉ - 75013 PARIS - FRANCE
  77.               or by Minitel : EDTA 33.1.45.86.18.08. Mail:TELSAT
  78.                              CompuServe 100066,165
  79. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  80.  
  81.             +-----------+
  82.             |  BESTBAT  |    DOS commands and punctuation enhancer.
  83.             +-----------+
  84.  {.BAT
  85. Small but efficient DOS commands and punctuation enhancer.
  86. Does not replace COMMAND.COM. Not a TSR. Less than 2 ko. Source inclued.
  87.  
  88. Built-in commands:  ADD (adds  a path at ANY environment string), ADDPATH, DELS
  89. (erases a  list of  files-wilcards allowed), ERRORL (displays ERRORLEVEL), FILE
  90. (makes a  list  of  matching  files),  UNADDPATH  (to  undo  addpath),  WHATKEY
  91. (displays the decimal value of a key).
  92.  
  93. Plus a dos punctuation enhancer: allows inline multi commands on list of files:
  94. { Copy a: { *.bas *.doc     --> Copy *.bas a:,   copy *.doc a:
  95. { DIR DEL RD } zone z2 -->DIR zone, DEL zone, RD zone,...
  96. { del ? fil1* fil?2 ...( ask for deletion of matching files)
  97. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  98.  
  99.             +-----------+
  100.             | CALENDARS |    Dates and Calendars.
  101.             +-----------+
  102.  
  103. CALENDARS tells you today day or any date since Monday the January 1, 4713 BC
  104. using following calendars: copte(**), maya(**), old egyptian, roman, julian,
  105. gregorian, french republican, jewish(**) and arabïc.(**) It allows conversion
  106. between calendars. It calculates day of week, the julian days number and the
  107. numbers of days and years (*) between two dates.
  108.  
  109. Each day,  is given: the date in several calendars, the day of week, the julian
  110. number, the moon's age, chinese and traditional signs of zodiac.
  111. And every year: gold number, seasons, Easter Day and other feasts and holidays.
  112.  
  113. DOS version (*). WINDOWS version (**). Only available in French.
  114. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  115.  
  116.             +----------+
  117.             | DMHX     |
  118.             | HEXCRIRE |       Hexadecimal Editor.
  119.             | HEXWRITE |
  120.             +----------+
  121.  
  122.  
  123.  
  124. DMHX does for binary files what word-processors do for text files. Full screen
  125. editing. Ascii and hexa windows. Cut/Past options. Menu driven. Mouse
  126. supported. No length limit.
  127.  
  128. CP/M, MP/M, Turbodos versions available.
  129. Windows version in work (using linear memory).
  130. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  131.  
  132.             +----------+
  133.             | DMTX     |   On your favorite BBS... even with a 8bits computer!
  134.             +----------+
  135.  
  136.  
  137.  
  138.  
  139. DMTX is a communication program for 8 bits computers.
  140.  CP/M, CP/M+, MP/M, or Turbodos Operating System.
  141. X-MODEM (CRC  and checksum),  Y-MODEM  et  Y-MODEM  batch,  Hayes  and  minitel
  142. protocols fully supported.
  143.  
  144. With DMTX your 8 bits computer joins new ones.
  145.  
  146. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  147.  
  148.             +----------+
  149.             |  D M S   |        Daniel' MakeScroll
  150.             | WORD2COM |            WORD to COM
  151.             +----------+
  152.  
  153. Makes a self-displaying (.COM) program from WORD for DOS files (versions 4, 5,
  154. 5.5) without leaving WORD.
  155. 8 bits characters allowed (accents, extended ascii, ...)
  156. Allows the use of colors, reverse video, blink, make-up...
  157. Fast, easy, practical!
  158.  
  159.  
  160.             +----------+
  161.             | PRIMES   |  Prime numbers
  162.             +----------+
  163.  
  164.             +----------+
  165.             |   ASCII  |  Three self displaying Ascii tables (dec and hexa)
  166.             +----------+
  167. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  168.  
  169.             +----------+
  170.             |   DMZOD  |       Your birthday zodiac!
  171.             +----------+
  172.  
  173.  
  174. DMZOD gives  for every date from monday january 1st, 4713 before Christus, the
  175. positions of  all main  planets and stars on ecliptic and stellar zodiac: Sun,
  176. Moon, Mercury,  Mars, Venus,  Jupiter, Saturn,  Uranus, Neptune, Pluto, Chiro,
  177. Ceres, Pallas,  Vesta,  Juno  and  Acturus,  Vega,  Altair,  Regulus,  Sirius,
  178. Antares, Procyo, Capella, Rigel...
  179.  
  180. With DMZOD you can study transits and others aspects between two dates.
  181.  
  182. Graphic video card need.
  183. OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS  OTHER AVAILABLE PROGRAMS
  184.  
  185.    +---------------------+
  186.    | THE ONE MATH WIZARD |   Math game under Windows
  187.    +---------------------+
  188.  
  189. You have but one minute to make the correct calculation! For 30 years this
  190. leading game on French TV helped perfect math skills of generations of French
  191. students. Now you can use this computer game at home to achieve the same
  192. levels of mathematical dexterity.
  193.  
  194. WINDOWS 3+ in standard mode required.
  195.  
  196.    +-----------------+
  197.    | WRITE YOUR NAME | First steps in reading and writing for children under 7
  198.    +-----------------+
  199.    
  200.  
  201. Write your Name gives your 3 to 6 year old his or her first success in reading
  202. and writing. Easy, fun and educational, it helps master basic hand-eye skills
  203. and provides familiarity with computers. Both English and French menus and on-
  204. line help included.
  205.  
  206. Mouse and WINDOWS 3+ in standard mode required.
  207.                    +--------------------------------------+
  208.                    | >> (C) Daniel MONTARON 1990,1993  << |
  209.                    +--------------------------------------+
  210.           Free for personal use. 20$ for business or commercial use.
  211.      +------------------------------------------------------------------+
  212.      |  Daniel MONTARON - 36, rue Eugène OUDINÉ - 75013 PARIS - FRANCE  |
  213.      +------------------------------------------------------------------+
  214. Use  of   non-registered  copies   by  any   person,  business,   corporation,
  215. governmental organisation  or other  entity institution is strictly forbidden.
  216. Registration permits  only the  use of  this program. THIS PROGRAM REMAINS THE
  217. PROPERTY of  Daniel MONTARON.  No user may modify it in any way, including but
  218. not limited to decompiling, disassembling or otherwise reverse engineering the
  219. program. Distributors of user supported software may distribute free of charge
  220. unmodified  copies  after  obtaining  written  permission.  Shareware  applies
  221. exclusively to the mentionned releases.
  222.  
  223. This programs  is provided  "as it". The author makes no warranty of any kind.
  224. In no  event will  Daniel Montaron  be liable  for any  errors, damages,  lost
  225. profits, lost  savings including  but  not  limited  to  special,  incidental,
  226. consequential or other damages.
  227.                    +-------------------------------------+
  228.                    | >> (C) Daniel MONTARON 1990,1993 << |
  229.                    +-------------------------------------+
  230.      Adresser les droits d'auteur (120 Francs) + une enveloppe timbrée à
  231.      +------------------------------------------------------------------+
  232.      |  Daniel MONTARON - 36, rue Eugène OUDINÉ - 75013 PARIS - FRANCE  |
  233.      +------------------------------------------------------------------+
  234.  
  235. La cession  payante ou  gratuite de  nos programmes  ne confère  qu'un   droit
  236. d'utilisation, NON  de propriété. La VENTE, REVENTE, DUPLICATION, MODIFICATION
  237. de nos  programmes est  strictement INTERDITE.  Lorsqu'ils sont distribués par
  238. shareware, la  circulation de  copies CONFORMES  par des  PARTICULIERS, ou des
  239. associations de  type  Loi  de  1901,  après  accord  écrit,  est  licite  and
  240. souhaitée, sous réserve qu'elle soit GRATUITE. Toute utilisation ou diffusion,
  241. y inclus  par  les  réseaux  télématiques,  même  gratuite,  par  une  ou  des
  242. Entreprises ou  Sociétés commerciales,  donne droit  au  paiement  des  droits
  243. d'auteur.  Le  caractère  shareware  s'applique  exclusivement  à  la  version
  244. indiquée; NON à toutes les versions.
  245. Nos programmes sont distribués en l'état, sans aucune garantie d'aucune sorte.
  246.